home *** CD-ROM | disk | FTP | other *** search
/ Champak 40 / Vol 40.iso / games / spark_to.swf / scripts / DefineSprite_124 / frame_25 / DoAction.as
Encoding:
Text File  |  2007-04-20  |  173 b   |  7 lines

  1. var rndnum = Number(Math.floor(Math.random() * _root.gBonusRatio));
  2. var rwnum = _parent._name.substr(3,1);
  3. if(rndnum == 2 and rwnum != 1)
  4. {
  5.    gotoAndStop("Bonus");
  6. }
  7.